|
LinuxQMISDK-Lite
SLQS04.00.27
|
Go to the source code of this file.
Functions | |
| void * | DirectLayer_Create (QmuxTransport *pOwner, char *devicePath, void *pInterfaceSpecific) |
| void | DirectLayer_ShutDown (void *pLayer) |
| int | DirectLayer_SendQmuxPacket (void *pLayer, uint8_t qmiServiceType, uint8_t qmiClientId, uint16_t qmiTransactionId, uint8_t *qmuxPacket, uint16_t qmuxPacketSize) |
| int | DirectLayer_GetClientID (QmuxTransport *pOwner, uint8_t serviceType) |
| int | DirectLayer_GetDeviceFD (QmuxTransport *pOwner) |
| uint8_t | DriectLay_GetDummyServiceClientID (QmuxTransport *pOwner, uint8_t serviceType) |
| void* DirectLayer_Create | ( | QmuxTransport * | pOwner, |
| char * | devicePath, | ||
| void * | pInterfaceSpecific | ||
| ) |
| int DirectLayer_GetClientID | ( | QmuxTransport * | pOwner, |
| uint8_t | serviceType | ||
| ) |
| int DirectLayer_GetDeviceFD | ( | QmuxTransport * | pOwner | ) |
| int DirectLayer_SendQmuxPacket | ( | void * | pLayer, |
| uint8_t | qmiServiceType, | ||
| uint8_t | qmiClientId, | ||
| uint16_t | qmiTransactionId, | ||
| uint8_t * | qmuxPacket, | ||
| uint16_t | qmuxPacketSize | ||
| ) |
| void DirectLayer_ShutDown | ( | void * | pLayer | ) |
| uint8_t DriectLay_GetDummyServiceClientID | ( | QmuxTransport * | pOwner, |
| uint8_t | serviceType | ||
| ) |